.wp {
    max-width: 1200px;
    margin: 0 auto;
}

.mb-header .top {
    height: 30px;
    line-height: 30px;
    background: #f2f2f2;
}
.mb-header .top span{float:left}
.topLink {
    float: right;
}

.topLink a {
    color: #595959;
    padding: 0 10px;
	font-size:12px
}

.header-top .wp {
    height: 150px;
}

.logo {

	padding-right:20px;
   padding-top: 40px;
    float: left;
}

.logo img {
    width: 100%;

    vertical-align: middle;
}

.header-top .txt {
    float: left;
    padding-left: 34px;
    text-align: center;
    line-height: 28px;
    margin-top: 45px;
	border-left:#dedede 1px solid
}

.header-top .txt h4 {
    font-size: 18px;
}

.header-top .txt h4 span {
    color: #0152ad;
}

.header-top .tel {
    float: right;
    padding-top: 30px;
    padding-left: 64px;
    background: url('/templets/beijing2sjb/static/images/tel.png') left 80% no-repeat;
}

.header-top .tel p {
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
}
.header-top .tel strong.ziti{letter-spacing: 0.02em;}
.header-top .tel strong {
/*    height: 26px;
    line-height: 26px;*/
    font-size: 32px;
    color: #0152ad;
    display: block;
	font-family:impact;
}

.mb-nav {
    height: 60px;
    line-height: 60px;
    background-color: #0152ad;
    position: relative;
}

.mb-nav .wp {
    position: relative;
    height: 100%;
}

.mb-nav ul.nav {
    padding: 0;
    position: relative;
    z-index: 2;
}

.mb-nav .nav-item-bg::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 44px;
    transform: translateX(-50%);
}

.mb-nav ul.nav::after {
    content: '';
    display: block;
    clear: both;
}

.mb-nav .nav-item-bg {
    position: absolute;
    background-color: #023c7e;
    z-index: 1;
    height: 100%;
    width: 12.5%;
}
.mb-nav li {
    width: 12.5%;
    float: left;
    position: relative;
}

.mb-nav li a {
    height: 60px;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    transition: 0.3s;
    z-index: 999;
}

.mb-nav dl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    background: #0152ad;
    z-index: 99;
    display: none;
}

.mb-nav dl dd {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: #003169 1px solid;
}

.mb-nav dl dd:last-child {
    border-bottom: none;
}

.mb-nav li a:hover {
    /* line-height: 46px; */
}

.mb-mNav {
    display: none;
}
